Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22432 | GEN003830 | SV-39863r1_rule | DCPP-1 | Medium |
Description |
---|
The rlogind process provides a typically unencrypted, host-authenticated remote access service. SSH should be used in place of this service. |
STIG | Date |
---|---|
SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2016-06-22 |
Check Text ( C-38868r1_chk ) |
---|
Determine if the rlogind service is running. # svcs rlogin If the rlogin service is enabled, this is a finding. |
Fix Text (F-34007r1_fix) |
---|
Disable the rlogind service. # svcadm disable rlogin # svcadm refresh inetd |